@charset "utf-8";
/* CSS Document */

#container {
	background-color: #FF9;
	width: 90%;
	position: relative;
	right: 5%;
	left: 5%;
	border: thick ridge #F00;
	color: #00F;
}
#container h1 {
	color: #333;
}
#container h1 {
	font-family: Comic Sans MS, cursive;
}
